home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / assign scout dialog.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.9 KB  |  76 lines

  1. <panel title="Assign Scout" id="dlog">
  2.  
  3.     <!-- stick all items to width of box -->
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  5.     
  6.     <!-- extend the bottom area to cope for the table -->
  7.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  8.  
  9.     <!-- group box at top to contain Target and Duration widgets -->
  10.     <widget class="table" auto_size_rows="true" layout="-1,-3,8,-1,-3" stretch_to_fit_rows="true" mode="">
  11.         
  12.         <widget class="label" row="0" column="0" text="Assign To"/>
  13.         
  14.         <widget class="popup_button_blue" id="asto" row="0" column="1" text="Choose..." select_event="asto"/>
  15.         
  16.         <widget class="label" row="0" column="3" text="Duration"/>
  17.  
  18.         <widget class="popup_button_blue" id="dura" row="0" column="4" text="Duration" select_event="dura">
  19.             <list id="items">
  20.                 <record name="1 Month" id="1"/>
  21.                 <record name="2 Months" id="2"/>
  22.                 <record name="3 Months" id="3"/>
  23.                 <record name="6 Months" id="6"/>
  24.                 <record name="1 Year" id="12"/>
  25.                 <record name="End Of Season" id="-2"/>
  26.                 <record name="End Of Competition" id="-3"/>
  27.                 <record name="Not Set" id="-1"/>
  28.             </list>
  29.         </widget>
  30.  
  31.         
  32.     </widget>
  33.  
  34.     <!-- area containing specify conditions button -->
  35.     <container>
  36.         <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" />
  37.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" />
  38.         <layout class="fit_children_attachment" alignment="vertical"/>
  39.  
  40.         <widget class="label" text="Specify Conditions[filter dialog text]" auto_size="horizontal"/>
  41.         
  42.     </container>
  43.     
  44.     <!-- group box for rest of dialog -->
  45.     <container>
  46.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  47.         <layout class="arrange_vertical_attachment" alignment="bottom,extend" inset="0"/>
  48.     
  49.         <!-- table containing filter rules -->
  50.         <widget class="filter_table" id="fcrt" show_compare_rules="true" mode="fill_rows" show_enabled_column="false"/>
  51.             
  52.         <!-- bottom row of buttons -->
  53.         <container>
  54.             <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0"/>
  55.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
  56.             <layout class="fit_children_attachment" alignment="vertical"/>
  57.             <container>
  58.                 <layout class="arrange_horizontal_attachment" alignment="left" offset="0"/>
  59.                 <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="0"/>
  60.                 <layout class="fit_children_attachment" alignment="horizontal,fill" />
  61.                 <layout class="fit_children_attachment" alignment="vertical"/>
  62.                 
  63.                 <widget class="action_button_blue" id="clea" text="Clear" auto_size="all">
  64.                     <record id="click_event">
  65.                         <flags id="event_id" value="clea" />
  66.                         <flags id="dialog_event" value="true" />
  67.                     </record>
  68.                 </widget>
  69.             </container>
  70.             
  71.             <container file="assign scout buttons"/>
  72.  
  73.         </container>
  74.     </container>
  75. </panel>
  76.